-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Merged by Bors] - LDAP authentication #374
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please don't be afraid of the number of comments, lots of them are duplicates. Happy to have a chat :)
tests/templates/kuttl/ldap-authentication/02-install-hdfs.yaml.j2
Outdated
Show resolved
Hide resolved
1c4fed7
to
0961a12
Compare
0961a12
to
c161c00
Compare
spoiler: it does not seem to be allowed by druid
Alright, thanks for the review folks! I will rebase and merge this branch once the release is through. I will create a comment on the main issue with the findings from this stage, so we can keep track of follow-up tasks there. |
That run had the wrong operator version selected. New one: https://ci.stackable.tech/job/druid-operator-it-custom/71/ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM overall. Just some docs.
A list of follow-up tickets, also posted in the main LDAP issue: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
Thanks! All changes have been implemented, and the PR has one approval. Merging time!
bors r+ |
# Description This will resolve part of #144 The ticket can be merged once the stretch goals are reached as well. A new iteration on the changes prototyped in #341 This iteration will include: * A closer resemblance to the ticket requirements - using a list of authenticators * Non-usage of LDAP for inter-node authentication (basic authentication instead) * Erroring out if both TLS auth and LDAP auth are configured ## Follow-up Work * Interconnection with an OPA authorization config, if provided (former stretch goal) * Adding ldaps:// support (former stretch goal) * Druid does not like anonymous LDAP access (without bind credentials). I have not found a way to configure it. This however, seems to be a usecase we want to support generally.
Here we goooo |
Pull request successfully merged into main. Build succeeded: |
Description
This will resolve part of #144
The ticket can be merged once the stretch goals are reached as well.
A new iteration on the changes prototyped in #341
This iteration will include:
Follow-up Work
Review Checklist
Once the review is done, comment
bors r+
(orbors merge
) to merge. Further information